建立于: 7年前 ( 更新: 7年前 )
强制清空远程repo所有的数据,生成新的repo,
注意这是危险动作,请了解您知道您要做什么。
git init
git add .
git commit -m 'Initial commit'
git remote add origin [repo_address]
git push --mirror --force
强制清空远程repo所有的数据,生成新的repo,
注意这是危险动作,请了解您知道您要做什么。
git init
git add .
git commit -m 'Initial commit'
git remote add origin [repo_address]
git push --mirror --force
我如何删除,我GitHub上的远程分支。 首先,可先用命令查看origin git remote -v 这时可能显示如下: origin https://github.com/DevinY/dlaravel.git (fetch) origin https://github.com/DevinY/dlaravel.git (push)
No Comment
Post your comment